home *** CD-ROM | disk | FTP | other *** search
/ Drivin' Route 66 / Drivin' Route 66 (1995)(Creative Multimedia)[Mac-PC].iso / mac / INSTALL / INSTALL.INF < prev    next >
INI File  |  1995-10-11  |  2KB  |  113 lines

  1. ; Setup Information
  2.  
  3.  
  4. [SetupInfo]
  5. ;Check MPC reqs
  6. SystemReqs=1
  7. ; Displayed at startup
  8. ProgramName = Drivin' Route 66
  9. ; Required for 16-bit apps
  10. INIPath = drivin66.ini
  11. ; saved in Win dir for 16 bit uninstalls
  12. UninstallFile=drivin66.h10
  13. ; run EReg program
  14. Register = 1
  15. ; Install VFW 1.1d
  16. VFWInstall =0
  17. ; Run qt 2.0 install
  18. QTInstall = 1
  19. ; Reboot windows after install (for vfw)
  20. RebootWindows = 0
  21. ;
  22. PlaySound = 0
  23. ;
  24. ;for 16-bit-only installs
  25. Unconditional16BitInstall=1
  26. ;
  27. ;Spry Web browser
  28. ;For Win95 logo, this will be set false by setup if 32-bit OS.
  29. RunBrowserSetup=1
  30.  
  31.  
  32. ; File List needed for installation
  33. [MinFileList16]
  34. File1=drivin66.ini
  35.  
  36. ;Optional File List for installation, if copied will set OPTFILES=1 in the ini file
  37. [OptFileList16]
  38.  
  39.  
  40. ; File List needed for installation
  41. [MinFileList32]
  42.  
  43. ;Optional File List for installation, if copied will set OPTFILES=1 in the ini file
  44. [OptFileList32]
  45.  
  46.  
  47. ; List of items placed in program manager group called ProgramFolderName
  48. ; CommandLine, Item name, Icon name, Working directory
  49. ; T:\( target ) is a marker for the path of the file on the user's hard disk
  50. ; S:\(source ) is a marker for the source (cdrom) drive and path of file
  51. ;
  52. ; Working Directory entry is now MANDATORY. Please do not leave blank, or
  53. ; group creation will fail.
  54. ;
  55. ; Correct Uninstall and EReg be inserted by setup automatically
  56.  
  57.  
  58. [GroupList]
  59. ProgramFolderName=Drivin' Route 66
  60. ;The first entry must ALWAYS be the exectuable file.
  61. ;CmdLine1 will be replaced by correct ProductKeyxx for 16/32-bit apps
  62. CmdLine1=s:\drivin66.exe
  63. ItemTitle1=Drivin' Route 66
  64. ;IconName1=
  65. WorkingDir1=s:\
  66.  
  67. CmdLine2=S:\readme.txt
  68. ItemTitle2=Readme First
  69. ;IconName2=
  70. WorkingDir2=S:\
  71.  
  72. CmdLine3=
  73. ItemTitle3=
  74. ;IconName3=
  75. WorkingDir3=
  76.  
  77. CmdLine4=
  78. ItemTitle4=
  79. ;IconName4=
  80. WorkingDir4=
  81.  
  82. ;NOTE** For Win95 logo, icon for Spry setup is temporarily hard-coded into setup.ins and will only 
  83. ;be installed under 16-bit OS.
  84.  
  85.               
  86.               
  87. ;Registry and product info strings( used by 16 and 32 bit apps )
  88.  
  89. [RegistryInfo]
  90. AppName=Drivin' Route 66
  91. ;
  92. ;default destination dir
  93. AppBasePath=Drivin66
  94. ;
  95. CompanyName=Creative Multimedia
  96. ;
  97. ;executable
  98. ProductKey16=drivin66.exe
  99. ProductKey32=drivin66.exe
  100. ;
  101. ProductName=Drivin' Route 66
  102. ;
  103. ProductVersion=h1.0
  104. ;
  105. UninstallKey=Drivin' Route 66 v1.0 HYBRID
  106. ;
  107. UninstallName=Drivin' Route 66 v1.0 HYBRID
  108.  
  109.  
  110.  
  111.  
  112.